Richard M. Stallman [Mon, 29 Dec 2003 21:37:17 +0000 (21:37 +0000)]
(Modifying Strings): Add clear-string.
(Text Comparison): Add assoc-string and remove
assoc-ignore-case, assoc-ignore-representation.
Richard M. Stallman [Mon, 29 Dec 2003 21:35:37 +0000 (21:35 +0000)]
(Time of Day): Add set-time-zone-rule.
Richard M. Stallman [Mon, 29 Dec 2003 21:32:10 +0000 (21:32 +0000)]
(Math Functions): asin, acos, log, log10 report domain-error errors.
Richard M. Stallman [Mon, 29 Dec 2003 21:29:15 +0000 (21:29 +0000)]
(Converting Representations):
Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
(Encoding and I/O): Add file-name-coding-system.
Richard M. Stallman [Mon, 29 Dec 2003 21:27:13 +0000 (21:27 +0000)]
(Search-based Fontification): Explain that
face specs are symbols with face names as values.
Richard M. Stallman [Mon, 29 Dec 2003 21:24:48 +0000 (21:24 +0000)]
(Minibuffer Misc): Add set-minibuffer-window.
Richard M. Stallman [Mon, 29 Dec 2003 21:24:11 +0000 (21:24 +0000)]
(Building Lists): remq moved elsewhere.
(Sets And Lists): remq moved here.
(Association Lists): Refer to assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 20:59:33 +0000 (20:59 +0000)]
(Garbage Collection): Add memory-use-counts.
Richard M. Stallman [Mon, 29 Dec 2003 20:58:40 +0000 (20:58 +0000)]
(Frames and Windows): Add set-frame-selected-window and frame-root-window.
Richard M. Stallman [Mon, 29 Dec 2003 20:28:40 +0000 (20:28 +0000)]
(Contents of Directories):
Add directory-files-and-attributes.
Richard M. Stallman [Mon, 29 Dec 2003 20:28:06 +0000 (20:28 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 29 Dec 2003 20:27:57 +0000 (20:27 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 29 Dec 2003 20:27:43 +0000 (20:27 +0000)]
(Refresh Screen): Add force-window-update.
(Invisible Text): Explain about moving point out of invis text.
(Overlay Properties): Add overlay-properties.
(Managing Overlays): Add overlayp.
(GIF Images): Invalid image number displays a hollow box.
Richard M. Stallman [Mon, 29 Dec 2003 20:25:53 +0000 (20:25 +0000)]
(Buffer Modification): Add restore-buffer-modified-p.
(Killing Buffers): Add buffer-live-p.
Richard M. Stallman [Mon, 29 Dec 2003 20:06:19 +0000 (20:06 +0000)]
(mail-mode-flyspell-verify): Search for header separator alone on a
line, literally, and search for it backward, not forward.
(flyspell-abbrev-table): Always use global-abbrev-table if there is no
local one.
Richard M. Stallman [Mon, 29 Dec 2003 20:03:46 +0000 (20:03 +0000)]
(sh-get-indent-info):
Don't move point back if at bob.
Richard M. Stallman [Mon, 29 Dec 2003 20:03:05 +0000 (20:03 +0000)]
(save-buffer-state-x): Use with-no-warnings.
Richard M. Stallman [Mon, 29 Dec 2003 20:02:15 +0000 (20:02 +0000)]
(handwrite): Make the handwrite credit message
a comment rather than an output command.
Richard M. Stallman [Mon, 29 Dec 2003 20:01:32 +0000 (20:01 +0000)]
Display message that this file is obsolete.
Richard M. Stallman [Mon, 29 Dec 2003 20:00:36 +0000 (20:00 +0000)]
(ange-ftp-start-process): Copy the environment.
Richard M. Stallman [Mon, 29 Dec 2003 19:59:24 +0000 (19:59 +0000)]
(rfc822-address-start): Declare variable.
Renamed from address-start. All uses changed.
Richard M. Stallman [Mon, 29 Dec 2003 19:58:11 +0000 (19:58 +0000)]
(term-exec): Set up sentinel.
(term-sentinel): New function.
(term-handle-exit): New function.
Richard M. Stallman [Mon, 29 Dec 2003 19:56:54 +0000 (19:56 +0000)]
(assoc-ignore-case, assoc-ignore-representation):
Use assoc-string, and mark them obsolete.
(delay-mode-hooks): Mark as permanent local.
Richard M. Stallman [Mon, 29 Dec 2003 19:52:25 +0000 (19:52 +0000)]
(sendmail-user-agent-compose): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:51:54 +0000 (19:51 +0000)]
(copy-rectangle-to-register): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2003 19:18:53 +0000 (19:18 +0000)]
(Info-insert-dir): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:18:20 +0000 (19:18 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 29 Dec 2003 19:18:09 +0000 (19:18 +0000)]
(info-lookup): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:17:24 +0000 (19:17 +0000)]
(pop-up-frame-function): Use quote, not `function'.
(frame-notice-user-settings): Calculate ADJUSTED-TOP
copying with lists as coordinate values.
Richard M. Stallman [Mon, 29 Dec 2003 19:16:05 +0000 (19:16 +0000)]
(font-lock-after-change-function): Bind inhibit-quit.
Richard M. Stallman [Mon, 29 Dec 2003 19:15:23 +0000 (19:15 +0000)]
(kill-find): New command.
(find-dired): Make buffer read-only.
Set up a keymap with C-c C-k running kill-find.
(find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
Richard M. Stallman [Mon, 29 Dec 2003 19:14:03 +0000 (19:14 +0000)]
(backup-buffer-copy): If MODES is nil, don't set modes.
Richard M. Stallman [Mon, 29 Dec 2003 19:13:28 +0000 (19:13 +0000)]
(shell-file-name-chars): Add [].
(shell-dynamic-complete-as-command): Rename local vars.
Richard M. Stallman [Mon, 29 Dec 2003 19:12:40 +0000 (19:12 +0000)]
(define-generic-mode): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2003 19:12:17 +0000 (19:12 +0000)]
(file-cache-ignore-case): New variable.
(file-cache-assoc-function): Var deleted. Use assoc-string instead.
Richard M. Stallman [Mon, 29 Dec 2003 19:10:24 +0000 (19:10 +0000)]
(comint-arguments): Set COUNT after ARGS is complete.
(comint-dynamic-complete-as-filename): Rename local vars.
(comint-dynamic-list-filename-completions): Likewise.
(comint-dynamic-list-completions-config): New var.
(comint-dynamic-list-completions): Handle both SPC and TAB right.
(comint-file-name-chars): Add [].
(comint-word): Use skip-chars-backward, not search.
Richard M. Stallman [Mon, 29 Dec 2003 19:04:08 +0000 (19:04 +0000)]
(bookmark-get-bookmark): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:03:08 +0000 (19:03 +0000)]
Update author email addr.
Robert J. Chassell [Mon, 29 Dec 2003 16:45:00 +0000 (16:45 +0000)]
Changed arch tag comment out glyph from `%' to `@c' since the Texinfo
comment out glyph is active at the end of this file.
Eli Zaretskii [Mon, 29 Dec 2003 14:06:29 +0000 (14:06 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 14:04:31 +0000 (14:04 +0000)]
(kill-some-buffers): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 13:51:54 +0000 (13:51 +0000)]
(internal_equal): Return t for two NaN arguments.
Eli Zaretskii [Mon, 29 Dec 2003 13:44:14 +0000 (13:44 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 13:42:37 +0000 (13:42 +0000)]
(comint-watch-for-password-prompt): Pass `string' as
arg to send-invisible
(send-invisible): Doc fix. The argument is now a prompt, not the
string to send.
(comint-read-noecho): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 13:31:16 +0000 (13:31 +0000)]
Describe the change in texnfo-upd.el by Bob Chassel.
Eli Zaretskii [Mon, 29 Dec 2003 13:22:30 +0000 (13:22 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 13:20:26 +0000 (13:20 +0000)]
(ange-ftp-name-format): Allow USER to contain
"@", as required by some ISP hosting service. Fix defcustom
argument syntax errors that prevented use of customization.
Eli Zaretskii [Mon, 29 Dec 2003 13:09:14 +0000 (13:09 +0000)]
(Vi Macros): Fix reference to the Emacs manual.
Eli Zaretskii [Mon, 29 Dec 2003 13:05:00 +0000 (13:05 +0000)]
(C Modes): Fix the xref.
Eli Zaretskii [Mon, 29 Dec 2003 13:00:09 +0000 (13:00 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 12:58:57 +0000 (12:58 +0000)]
(xml-get-attribute-or-nil): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 12:57:07 +0000 (12:57 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 12:55:59 +0000 (12:55 +0000)]
(zone-mode): Use write-file-functions, not write-file-hooks.
Eli Zaretskii [Mon, 29 Dec 2003 12:49:21 +0000 (12:49 +0000)]
Use windows-1251 encoding. Fix punctuation errors.
Eli Zaretskii [Mon, 29 Dec 2003 12:41:49 +0000 (12:41 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 12:40:16 +0000 (12:40 +0000)]
(auto-revert-interval): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 12:36:58 +0000 (12:36 +0000)]
Fix Mark Hershberg's entries for xml.el.
Eli Zaretskii [Mon, 29 Dec 2003 12:35:35 +0000 (12:35 +0000)]
Fix previous change. Remove redundant trailing whitespace.
Eli Zaretskii [Mon, 29 Dec 2003 12:13:27 +0000 (12:13 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 12:11:49 +0000 (12:11 +0000)]
(xml-get-attribute-or-nil): New function, like
xml-get-attribute, but returns nil if the attribute was not found.
(xml-get-attribute): Converted to defsubst, uses
xml-get-attribute-or-nil.
Eli Zaretskii [Mon, 29 Dec 2003 12:05:15 +0000 (12:05 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 12:04:15 +0000 (12:04 +0000)]
(easy-menu-define): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 11:54:03 +0000 (11:54 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 11:53:19 +0000 (11:53 +0000)]
(custom-declare-theme): Use `value' when putting properties on `theme'.
Eli Zaretskii [Mon, 29 Dec 2003 11:46:03 +0000 (11:46 +0000)]
Document the change in insert-for-yank.
Eli Zaretskii [Mon, 29 Dec 2003 11:40:49 +0000 (11:40 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 11:39:44 +0000 (11:39 +0000)]
(insert-for-yank): Call insert-for-yank-1 repetitively
for each yank-handler segment.
(insert-for-yank-1): New function, with the body of the previous
insert-for-yank.
Eli Zaretskii [Mon, 29 Dec 2003 11:29:31 +0000 (11:29 +0000)]
(table-yank-handler): New defcustom.
(table--put-cell-indicator-property): Put yank-handler property
that indicates the yank handler for the table cell.
Richard M. Stallman [Mon, 29 Dec 2003 11:29:18 +0000 (11:29 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 29 Dec 2003 11:26:22 +0000 (11:26 +0000)]
(store_symval_forwarding): Handle setting default-fill-column, etc.,
by changing buffers that use the default.
Richard M. Stallman [Mon, 29 Dec 2003 11:25:21 +0000 (11:25 +0000)]
(Fset_minibuffer_window): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2003 11:24:14 +0000 (11:24 +0000)]
(choose_write_coding_system): Ignore auto_saving
if using the visited file for auto saves.
(Fwrite_region): Don't update SAVE_MODIFF
if auto-saving in visited file.
Richard M. Stallman [Mon, 29 Dec 2003 11:22:31 +0000 (11:22 +0000)]
Comment change.
Eli Zaretskii [Mon, 29 Dec 2003 11:22:19 +0000 (11:22 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 11:20:42 +0000 (11:20 +0000)]
(etc-modules-conf-generic-mode): A more complete set of keywords.
Eli Zaretskii [Mon, 29 Dec 2003 10:59:41 +0000 (10:59 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 10:58:46 +0000 (10:58 +0000)]
(reset-language-environment, set-language-environment): Don't invoke
fontset-related functions if fontset-list is not fboundp.
Kenichi Handa [Mon, 29 Dec 2003 07:11:58 +0000 (07:11 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 29 Dec 2003 07:10:51 +0000 (07:10 +0000)]
(ccl-encode-koi8-font): Make it work for
characters of mule-unicode-0100-24ff.
(ccl-encode-windows-1251-font): New CCL program.
("Bulgarian"): Specify overriding-fontspec.
("Belarusian"): Likewise.
Kenichi Handa [Mon, 29 Dec 2003 07:10:09 +0000 (07:10 +0000)]
(reset-language-environment): Call
set-overriding-fontspec-internal with nil.
(set-language-environment): Call set-overriding-fontspec-internal
if the language environment specify `overriding-fontspec'.
(language-info-alist): Doc added.
Kenichi Handa [Mon, 29 Dec 2003 06:54:55 +0000 (06:54 +0000)]
(face_font_available_p): New function.
Kenichi Handa [Mon, 29 Dec 2003 06:53:50 +0000 (06:53 +0000)]
(Voverriding_fontspec_alist): New variable.
(lookup_overriding_fontspec): New function.
(fontset_ref_via_base): Call lookup_overriding_fontspec if
necessary.
(fontset_font_pattern): Likewise.
(regulalize_fontname): New function.
(Fset_fontset_font): Call regulalize_fontname.
(Fset_overriding_fontspec_internal): New function.
(syms_of_fontset): Initialize and staticprop
Voverriding_fontspec_alist.
(syms_of_fontset): Defsubr Sset_overriding_fontspec_internal.
Kenichi Handa [Mon, 29 Dec 2003 06:53:28 +0000 (06:53 +0000)]
(face_font_available_p): Extern it.
Sam Steingold [Mon, 29 Dec 2003 01:01:48 +0000 (01:01 +0000)]
(ange-ftp-file-attributes): Add new optional parameter ID-FORMAT.
Richard M. Stallman [Sun, 28 Dec 2003 22:16:57 +0000 (22:16 +0000)]
(Fother_buffer): Don't crash if BUF is nil
or if its name is nil.
(Fkill_buffer): Don't delete auto-save file
if it's the same as the visited file.
Luc Teirlinck [Sun, 28 Dec 2003 19:54:24 +0000 (19:54 +0000)]
*** empty log message ***
Luc Teirlinck [Sun, 28 Dec 2003 19:51:48 +0000 (19:51 +0000)]
(Fcheck_coding_system): Further doc fix.
Luc Teirlinck [Sun, 28 Dec 2003 19:47:58 +0000 (19:47 +0000)]
(Fcheck_coding_system): Doc fix.
Nick Roberts [Sun, 28 Dec 2003 13:52:38 +0000 (13:52 +0000)]
(gdb-prompt): Change filter for level 3 annotations,
if necessary.
(gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
annotations are detected.
(gud-gdba-marker-filter): Use global variable gud-marker-acc
instead of a local one to allow transition from
gud-gdb-marker-filter.
Remove trailing white space.
Nick Roberts [Sun, 28 Dec 2003 13:51:51 +0000 (13:51 +0000)]
(gud-gdb-command-name): Set default to
"gdb --annotate=3".
(gud-gdb-marker-filter): Look out for annotations.
(gdb-first-pre-prompt): New variable.
Remove trailing white space.
Nick Roberts [Sun, 28 Dec 2003 13:50:43 +0000 (13:50 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 28 Dec 2003 00:40:46 +0000 (00:40 +0000)]
Add pointer text property. Add image maps.
Kim F. Storm [Sun, 28 Dec 2003 00:15:01 +0000 (00:15 +0000)]
Fix cursor glyph height on tall rows.
Add image map feature.
Add pointer text property.
Kim F. Storm [Sun, 28 Dec 2003 00:13:34 +0000 (00:13 +0000)]
(Qface, Qmouse_face): Remove unused externs.
(x_draw_hollow_cursor): Draw cursor using glyph's rather than
row's ascent and descent, to get a sensible height on tall rows.
Kim F. Storm [Sun, 28 Dec 2003 00:13:10 +0000 (00:13 +0000)]
(x_set_mouse_color): Remove bogus x_check_errors call.
(Qimage): Remove extern (now in lisp.h).
(valid_image_p, parse_image_spec): Use IMAGEP macro.
Kim F. Storm [Sun, 28 Dec 2003 00:12:45 +0000 (00:12 +0000)]
(cache_face): Abort if c->size exceeds MAX_FACE_ID.
Kim F. Storm [Sun, 28 Dec 2003 00:12:27 +0000 (00:12 +0000)]
(Qarrow, Qhand, Qtext, Qpointer): New variables for
pointer types.
(Qrelative_width, Qalign_to): Remove unused variables.
(Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
(QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
image maps.
(x_y_to_hpos_vpos): Return glyph relative coordinates through
new dx and dy args.
Remove buffer_only_p arg (always 0). Simplify code accordingly.
(get_glyph_string_clip_rect): Draw cursor using glyph's rather
than row's ascent and height, to get sensible height on tall rows.
(build_desired_tool_bar_string): Remove Qimage extern.
(get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
(produce_image_glyph): Adjust it.ascent to minimum row ascent if
image glyph is alone on the last line.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Set glyph's ascent and descent.
(on_hot_spot_p): New function to check if position is inside an
rectangular, circular, or polygon-shaped image hot-spot,
(find_hot_spot): New function to search for image hot-spot.
(Flookup_image_map): New defun to search for image hot-spot.
(define_frame_cursor1): New aux function to determine frame pointer.
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Handle `pointer' text property and :pointer image property to
control frame pointer shape. Detect image hot-spots for pointer
and help_echo properties. Use define_frame_cursor1.
(note_mouse_highlight): Use Vvoid_text_area_pointer.
(syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
Kim F. Storm [Sun, 28 Dec 2003 00:11:49 +0000 (00:11 +0000)]
(Qimage): Remove extern (now in lisp.h).
(valid_image_p, parse_image_spec): Use IMAGEP macro.
Kim F. Storm [Sun, 28 Dec 2003 00:11:03 +0000 (00:11 +0000)]
(IMAGEP): New macro to test for image object type.
(Qimage): Declare extern.
Kim F. Storm [Sun, 28 Dec 2003 00:10:41 +0000 (00:10 +0000)]
(Qimage): Remove extern (now in lisp.h).
(QCmap): Declare extern.
(make_lispy_position): When position is inside image hot-spot,
use hot-spot element as posn element.